@charset "utf-8";
/* CSS Document */
*{ margin:0; padding:0;}
html{background:#fff;}
a{  text-decoration:none;}
a:hover{  text-decoration:none}
ul{ list-style:none;}
img{ border:none; display:block;}
.clear{ clear:both; overflow:hidden;}
.fl{ float:left;}
.fr{ float:right;}
 body,div,ul,ol,li,dl,dt,dd,h1,h2,
h3,h4,h5,h6,u,b,p,span,i,a{
	margin:0;
	padding:0;
	list-style:none;
	text-decoration:none;
	color:#333;
	font-weight:normal;
	font-size:16px;
	text-decoration:none
}
button{
	border:none;
	background:none;
	}

.clear:after{/**清除浮动影响**/
	content:"";
	display:block;
	clear:both;
}
.wrap{
	width:1200px;
	margin:0 auto;
}
input,textarea,select{ border:none;outline:medium; }
:-moz-placeholder { color: #999; } ::-moz-placeholder { color: #999; }
input:-ms-input-placeholder, textarea:-ms-input-placeholder { color: #999; }
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color: #999; }
#page{background:#fff;}
/**/
.sy-news{
	margin-top:50px;}
.biaoti{	
	margin-bottom:30px;
}
.biaoti img{
	width:100px;
	height:auto;
	display:block;
	margin:5px auto;
	}
.biaoti h6{
	font-size:20px;
	margin:5px auto;
	text-align:center;
	}
.biaoti div{
	width:100px;
	height:2px;
	background:#001e64;
	margin:5px auto;
	}
.sy-news-list img{
	width:575px;
	height:370px;
	margin-right:20px;
}
.sy-news-list ul{
	width:595px;
	}
.sy-news-list ul li{
	height:28px;
	margin-bottom:10px;
	}
.sy-news-list ul li:last-child{
	margin-bottom:0;}
.sy-news-list ul li h5 span{
	display:inline-block;
	width:110px;
	text-align:center;
	background:#979797;
	line-height:28px;
	color:#fff;
	margin-right:10px;
}
.sy-news-list ul li div{
	display:inline-block;
	width:28px;
	text-align:center;
	background:#979797;
	line-height:28px;
	color:#fff;
	margin-right:10px;
	}
.sy-news-list ul li h5{
	line-height:28px;
	width:520px;
	height:28px;
	overflow:hidden;
word-break:keep-all;
white-space:nowrap;
text-overflow:ellipsis
	}
.sy-news-list ul li:hover h5{
	color:#001e64;
	}
.sy-news-list ul li:hover h5 span{
	background:#001e64;
	}
.sy-news-list ul li:hover div{
	background:#001e64;
	}
.gengduo{
	display:block;
	margin:20px auto 0;
	width:150px;
	height:30px;
	text-align:center;
	line-height:30px;
	border:1px solid #001e64;
	color:#001e64;
}
.gengduo:hover{
	color:#fff;
	background:#001e64;
	}
/***************************************/

/*滚动产品与案例*/
	.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init*/
	.owl-carousel {
	/*display: none;*/
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* mouse grab icon*/
	.grabbing {
	cursor:url(../images/grabbing.png) 8 8, move;
}
/* fix*/
	.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
}
.owl-theme .owl-controls {
	margin-top:20px;
	text-align: center;
}
/* Styling Next and Prev buttons*/
	.owl-theme .owl-controls .owl-buttons div {
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;
	width:38px;
	height:100px;
	/*IE7 life-saver*/
	text-indent:40px;
	margin-top:-32%;
	z-index:9;
	position:relative;
	overflow:hidden;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.owl-theme .owl-controls .owl-buttons div.owl-prev {
	background:url(../images/i_pro_left.png) no-repeat;
	float:left;
}
/*.owl-theme .owl-controls .owl-buttons div.owl-prev:hover {
	background:url(../images/i_pro_left_on.png) no-repeat;
}*/
.owl-theme .owl-controls .owl-buttons div.owl-next {
	background:url(../images/i_pro_right.png) no-repeat;
	float:right;
}
/*.owl-theme .owl-controls .owl-buttons div.owl-next:hover {
	background:url(../images/i_pro_right_on.png) no-repeat;
}*/
/* Clickable class fix problem with hover on touch devices*/
	/* Use it for non-touch hover action*/
	.owl-theme .owl-controls.clickable .owl-buttons div:hover {
	filter: Alpha(Opacity=100);
	/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}
/* Styling Pagination*/
	.owl-theme .owl-controls .owl-page {
	display: inline-block;
	zoom: 1;
	*display: inline;
	/*IE7 life-saver*/
	display:none;
}
.owl-theme .owl-controls .owl-page span {
	display: block;
	width: 16px;
	height: 16px;
	margin: 5px 7px;
	/*filter: Alpha(Opacity=50);
	opacity: 0.5;*/
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background:url(../images/i_bg3.png) no-repeat;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
	background:url(../images/i_bg4.png) no-repeat;
}
/* If PaginationNumbers is true*/
	.owl-theme .owl-controls .owl-page span.owl-numbers {
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
/* preloading images*/
	.owl-item.loading {
	min-height: 150px;
	background: url(../images/ajaxloader.gif) no-repeat center center
}
/*#owl-demo {
	padding-bottom:3%;
}*/
#owl-demo .item {
	margin: 0.5px;
	position:relative;
	height:610px;
	/* margin-top:50px;*/
	position:relative;
}
#owl-demo .item img {
	/*display: block;*/
	height: 100%;
	width: 100%;
	transition: all 0.3s;
}
#owl-demo .item .bg-list-img {
	position:absolute;
	bottom:49px;
	/*-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;*/
	width:100%;
}
#owl-demo .item .bg-list-tit {
	height:56px;
	overflow:hidden;
	bottom:0;
	position:absolute;
	text-align:center;
	width:100%;
}
#owl-demo .item .bg-list-tit h4 {
	margin:0 auto;
	display:inline-block;
	border-bottom:2px solid #e2e2e2;
	font-weight:normal;
	font-size:18px;
	line-height:54px;
	padding-left:10px;
	padding-right:10px;
}
#owl-demo .item .bg-list-more {
	width:100%;
	position:absolute;
	bottom:0;
	background:url(../images/i_por_pic1.png) center 38px no-repeat #3c3a38;
	height:56px;
	line-height:46px;
	font-size:14px;
	color:#fff;
	text-align:center;
	filter: Alpha(Opacity=0);
	/*IE7 fix*/
	opacity: 0;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
#owl-demo .item .i_pro_bg {
	position:absolute;
	width:100%;
	bottom:56px;
	/*height:100%;*/
	height:89%;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	filter: Alpha(Opacity=0);
	/*IE7 fix*/
	opacity: 0;
	left:0;
}
#owl-demo .item .bg-list-yew {
	position:absolute;
	width:100%;
	bottom:-7px;
	height:30%;
	background-color:#001e64;
	text-align:center;
	color:#fff;
}
#owl-demo .item .bg-list-yew h5 {
	border-bottom:2px solid #fff;
	font-weight:normal;
	font-size:18px;
	line-height:54px;
	padding-left:10px;
	padding-right:10px;
	display:inline-block;
	margin-top:9%;
	color:#fff;
}
#owl-demo .item .bg-list-hs {
	/*max-height:316px;*/
	height:74%;
	position:absolute;
	bottom:28%;
	background:url(../images/i_por_pic2.png) center top no-repeat;
	background-size:100% 100%;
	width:100%;
}
#owl-demo .item .bg-list-hs p {
	width:80%;
	margin:0 auto;
	margin-top:10%;
	color:#fefefe;
	font-size:14px;
	height:50%;
	overflow:hidden;
	line-height:22px;
	max-height:198px;
}
#owl-demo .item:hover .bg-list-img {
	/*height:93%;*/
	/*height:90%;*/
}
#owl-demo .item:hover .i_pro_bg {
	filter: Alpha(Opacity=100);
	/*IE7 fix*/
	opacity: 1;
	transition: all 0.3s;
}
#owl-demo .item:hover .bg-list-more {
	filter: Alpha(Opacity=100);
	/*IE7 fix*/
	opacity: 1;
	transition: all 0.3s;
}
/*首页产品*/
	#owl-demo2 {
	/*background-color:#f9f9f9;*/
	margin-top:1%;
	text-align:center;
	/*padding-bottom:2%;*/
}
#owl-demo2.owl-theme .owl-controls .owl-buttons {
	position:absolute;
	top:40%;
	width:100%;
	left:0;
	height:0;
}
#owl-demo2.owl-theme .owl-controls .owl-buttons div {
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;
	/*width:59px;*/
	height:90px;
	/*IE7 life-saver*/
	text-indent:60px;
	overflow:hidden;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	margin-top:0;
}
#owl-demo2.owl-theme .owl-controls .owl-buttons div.owl-prev {
	background:url(../images/i_pro_left.png) no-repeat;
	float:left;
}
/*#owl-demo2.owl-theme .owl-controls .owl-buttons div.owl-prev:hover {
	background:url(../images/i_pro_left_on.png) no-repeat;
}*/
#owl-demo2.owl-theme .owl-controls .owl-buttons div.owl-next {
	background:url(../images/i_pro_right.png) no-repeat;
	float:right;
}
/*#owl-demo2.owl-theme .owl-controls .owl-buttons div.owl-next:hover {
	background:url(../images/i_pro_right_on.png) no-repeat;
}*/
#owl-demo2.owl-theme .owl-controls .owl-page {
	display:inline-block;
}
#owl-demo2 .item {
	margin: 0px;
	background:url(../images/i_bg2.png) right center no-repeat;
}
#owl-demo2 .item img {
	display: block;
	/*height: 100%;
	width: 90%;*/
	width:350px;
	height:500px;
	margin:0 auto;
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);
	-webkit-transition:all 0.3s ease-out 0s;
	-moz-transition:all 0.3s ease-out 0s;
	-o-transition:all 0.3s ease-out 0s;
	transition:all 0.3s ease-out 0s;
}
#owl-demo2 .item dd {
	width:100%;
	margin:0 auto;
	max-width:424px;
	margin-bottom:10px;
}
#owl-demo2 .item dd .imgs {
	position:relative;
	width:100%;
	overflow:hidden;
}
#owl-demo2 .item dd .imgs p {
	position:absolute;
	width:100%;
	height:100%;
	background:url(../images/i_bg5.png) center center no-repeat;
	top:0;
	text-align:center;
	opacity:0;
	filter:alpha(opacity=0);
	-webkit-transition:all 0.3s ease-out 0s;
	-moz-transition:all 0.3s ease-out 0s;
	-o-transition:all 0.3s ease-out 0s;
	transition:all 0.3s ease-out 0s;
}
#owl-demo2 .item dd h2 {
	font-weight:normal;
	color:#333;
	font-size:16px;
	line-height:22px;
	height:22px;
	overflow:hidden;
	margin-top:7px;
	width:88%;
	margin:0 auto;
overflow:hidden;
word-break:keep-all;
white-space:nowrap;
text-overflow:ellipsis;
	margin-top:20px;
}
#owl-demo2 .item dd:hover img {
	-webkit-transform:scale(1.1, 1.1);
	-moz-transform:scale(1.1, 1.1);
	-o-transform:scale(1.1, 1.1);
	-ms-transform:scale(1.1, 1.1);
	transform:scale(1.1, 1.1);
}
#owl-demo2 .item dd:hover h2 {
	color:#001e64;
}
#owl-demo2 .item dd:hover h3 {
	color:#001e64;
}
#owl-demo2 .item dd:hover .imgs p {
	opacity:1;
	filter:alpha(opacity=100);
}
.sy-chanpin{
	margin-top:50px;}
.sy-chanpin-wen{
	position:absolute;
	bottom:0;
	width:100%;
	background:rgba(255,255,255,.8);
	height:140px;
	}
#owl-demo2 .item dd h3{
	font-weight:normal;
	color:#333;
	font-size:14px;
	line-height:22px;
	height:66px;
	overflow:hidden;
	margin-top:7px;
	width:88%;
	margin:0 auto;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;
}

.owl-pagination{ display:none;}











/**********/
.slideTxtBox{ width:600px; border:1px solid #ddd; text-align:left;  }

.slideTxtBox .hd{ height:40px; line-height:40px; background:#f4f4f4; padding:0 10px 0 20px;   border-bottom:1px solid #ddd;  position:relative; }

.slideTxtBox .hd ul{ float:left;  position:absolute; left:20px; top:-1px; height:32px;   }

.slideTxtBox .hd ul li{ float:left; padding:0 15px; cursor:pointer; font-size:18px;}

.slideTxtBox .hd ul li.on{ height:40px;  background:#fff; border:1px solid #ddd; border-bottom:2px solid #fff; }

.slideTxtBox .bd ul{ padding:15px;  zoom:1; height:300px; width:570px;}

.slideTxtBox .bd li div{ height:240px;line-height:24px; font-size:16px; -webkit-box-orient: vertical;
display: -webkit-box;
-webkit-line-clamp: 9;
overflow: hidden;  }

.slideTxtBox .bd li .date{ float:right; color:#999;  }

.slideTxtBox .bd li a{ display:block; color:#001e64; text-align:right; margin-top:20px; 
 }

/* 下面是前/后按钮代码，如果不需要删除即可 */

.slideTxtBox .arrow{  position:absolute; right:10px; top:0; }

.slideTxtBox .arrow a{ display:block;  width:5px; height:9px; float:right; margin-right:5px; margin-top:10px;  overflow:hidden;

	 cursor:pointer; /*background:url("images/arrow.png") 0 0 no-repeat; */}

.slideTxtBox .arrow .next{ background-position:0 -50px;  }

.slideTxtBox .arrow .prevStop{ background-position:-60px 0; }

.slideTxtBox .arrow .nextStop{ background-position:-60px -50px; }



/**/
.banner2{
	width:575px;
	/*height:370px;*/
	margin-right:20px;}
.foot{
	padding:20px 0;
	background:#001e64;
	margin-top:50px;
	}
.btm-nav{
	color:#fff;
	text-align:center;
	margin-bottom:25px;
	}
.btm-nav a{
	color:#fff;
	margin:0 10px;
}
.foot-wen{
	color:#f4f4f4;
	font-size:14px;
	line-height:44px;
	width:600px;}
.ewm{
	margin-left:50px;}
.ewm div{
	margin:0 40px;
	}
.ewm h6{
	color:#fff;
	line-height:26px;
	text-align:center;
	}
.nr-content{
	padding:30px 0;
	}


.left{
	width:280px;
	margin-right:20px;
}
.left div{
	width:100px;
	border-bottom:1px solid #333;
	text-align:center;
	margin-bottom:20px;
	font-weight:bold;
	}
 
.left li{
	height:40px;
	border-bottom:1px solid #ccc;
	text-align:center;
	line-height:40px;
	}
.left li:hover{
	border-bottom:1px solid #001e64;
}
.left li a{
	display:block;
	}
.left li:hover a{
	color:#001e64;
}
.right{
	width:900px;
	}

.weizhi{
	font-size:14px;
	color:#999;
	border-left: 2px solid #001e64;
	padding-left:10px;
	}
.weizhi a{
	font-size:14px;
	color:#999;
	}

.weizhi a:hover{
	color:#001e64;
	}
.cp-list{
	width:100%;
	padding:20px 0;
	}
.cp-list li{
	float:left;
	width:280px;
	margin:10px;
	}
.cp-list li div{
	text-align:center;
	line-height:40px;
	height:40px;
	overflow:hidden;
word-break:keep-all;
white-space:nowrap;
text-overflow:ellipsis;
	}
.cp-list li img{
	width:280px;
	height:auto;
}
.cp-list li span{
	width:40px;
	height:2px;
	background:#001e64;
	display:block;
	margin:5px auto;}
.fenye{
	margin-top:30px;
	text-align:center;
	}
.fenye a{
	display:inline-block;
	padding:5px 8px;
	border:1px solid #999;
	color:#999;
	margin:0 10px;
	font-size:14px;
	}

.fenye a.ye{
	color:#fff;
	background:#001e64;
	}

.fenye a.active{
	color:#001e64;
border:1px solid #001e64;
	}

.anli-list li img{
	width:280px;
	height:auto;
	}



.xq img{
	display:block;
	margin:5px auto;
	}
.xq {
	font-size:16px;
	line-height:28px;
	padding:20px 0;
	}


.news-list li{
	margin:10px 0;
	}
.news-list li img{
	width:265px;
	height:170px;
	}
.news-list li .time{
	width:80px;
	text-align:left;
	margin:0 20px;
	}
.news-list li .time h1{
	font-size:26px;
	line-height:50px;
	color:#666
	}

.news-list li .time i{	
	font-size:18px;
	color:#666;
	}
.news-list li .news-zi{
	width:500px;
	}

.news-list li .news-zi .news-biao h3{
	width:400px;
	line-height:50px;
	height:50px;
	font-size:18px;
	color:#333;
	float:left;
overflow:hidden;
word-break:keep-all;
white-space:nowrap;
text-overflow:ellipsis
	}
.news-list li .news-biao span{
	display:block;
	width:30px;
	height:30px;	
	border:1px solid #ccc;
	border-radius:50%;
	text-align:center;
	line-height:30px;
	font-size:22px;
	color:#666;
	margin-top:10px;
	background:#fff;
	
}

.news-list li .news-wen{
	margin-top:15px;
	height:90px;
	line-height:30px;
	font-size:15px;
	color:#555;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;
	}

.news-list li:hover{
	box-shadow:5px 5px 5px #eee;}

.news-list li:hover .news-zi .news-biao h3{
	color:#001e64;
	font-weight:bold;}

.news-list li:hover .news-zi .news-biao span{
	background:#001e64;
	color:#fff;
	border:1px solid #001e64;
	}




